home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / tools / wbstars2.0 / source / wbstars_protos.h < prev   
C/C++ Source or Header  |  1996-12-18  |  405b  |  22 lines

  1. /* $VER: WBStars_protos.h 2.0 (18 Dec 1996)
  2. */
  3.  
  4. #ifndef WBSTARS_PROTOS_H
  5. #define WBSTARS_PROTOS_H
  6.  
  7. /* WBStars_main.c */
  8. void    main(long argc, UBYTE **argv);
  9. void    Inactivate( void );
  10. char    Activate( void );
  11.  
  12. /* WBStars_libraries.c */
  13. char    OpenLibraries( void );
  14. void    CloseLibraries( void );
  15.  
  16. /* WBStars_Cx.c */
  17. char    InitCx( void );
  18. void    RemovCx( void );
  19. char    HandleCx( void );
  20.  
  21. #endif /* WBSTARS_PROTOS_H */
  22.